home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 1997 February
/
PC Plus Super CD (Issue 124) (PCP124-2-97) (February 1997).iso
/
handson
/
delphi
/
outline1
/
outprj1.dpr
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-08
|
166 b
|
13 lines
program Outprj1;
uses
Forms,
Outline1 in 'OUTLINE1.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.